clearpathrobotics / clearpath_simulator

BSD 3-Clause "New" or "Revised" License
8 stars 6 forks source link

Robot (husky) not showing in simulation #14

Closed y2d2 closed 10 months ago

y2d2 commented 10 months ago

Please provide the following information:

To Reproduce Provide the steps to reproduce: 1.Fresh ubuntu22.04 docker with ros-humble install

  1. cloned the latest version of clearpath-common, clearpath-desktop, clearpath-simulator and build
  2. Create the robot.yaml and set the setup commands.
  3. run ros2 launch clearpath_gz simulation.launch.py

Other notes I tried the same from the install repos, but ran into the issue of the hokuyo_ust. But the result is the same the gazebo loads without the robot showing.

hilary-luo commented 10 months ago

Please see PR https://github.com/clearpathrobotics/clearpath_simulator/pull/15

You can build from source using the indicated branches or wait for these PR's to be merged and the updates released.

y2d2 commented 10 months ago

Ok thanks!