Skip to content

A complete port of the ARES Rover software to ROS2, complete with simulation and hardware control

Notifications You must be signed in to change notification settings

TeamARES/rover_ros2_ws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rover_ros2_ws

To install:

  • install ros2 (desktop)
  • sudo apt install ros-foxy-ros2-control ros-foxy-ros2-controllers ros-foxy-gazebo-ros2-control
  • git clone this repository
  • cd rover_ros2_ws
  • git submodule init
  • git submodule update
  • colcon build --symlink-install

To launch simulation:

  • ros2 launch rover_bringup sim.launch.py

To launch rover hardware:

  • ros2 launch rover_bringup rover.launch.py

finally, launch teleop of choice and remap cmd_vel:=rover_velocity_controller/cmd_vel_unstamped

About

A complete port of the ARES Rover software to ROS2, complete with simulation and hardware control

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published