Skip to content

AuTURBO/elevation_mapping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elevation Mapping

Run

  • Run elevation_mapping standalone:
# If 'use_sim_time' is set to false, the node will be aborted with the following error: 
# terminate called after throwing an instance of 'std::runtime_error'
#  what():  can't subtract times with different time sources [2 != 1]
$ ros2 run elevation_mapping elevation_mapping_node --ros-args -p use_sim_time:=true  
  • Launch elevation_mapping with gazebo simulation:
$ export TURTLEBOT3_MODEL=waffle
$ ros2 launch elevation_mapping_demos turtlesim3_waffle_demo.launch.py
# Open a new terminal.  
$ export TURTLEBOT3_MODEL=waffle
$ ros2 run turtlebot3_teleop teleop_keyboard
  • Tips for running the simulation:

Sometimes, the simulation gets stuck at the termination. At this time, use the below command to kill the simulation.

$ killall -9 gazebo & killall -9 gzserver  & killall -9 gzclient

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published