Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New installs fail even with ros2 foxy #98

Open
vkuehn opened this issue Jun 30, 2023 · 1 comment
Open

New installs fail even with ros2 foxy #98

vkuehn opened this issue Jun 30, 2023 · 1 comment

Comments

@vkuehn
Copy link

vkuehn commented Jun 30, 2023

even when using foxy I have to add

sudo apt install -y ros-$ROS_DISTRO-ros-ign-gazebo ros-$ROS_DISTRO-ign-ros2-control-demos libignition-gazebo6*

to the installation befor I can run nanosaur install simulation

still nanosaur simulation run fails as nanosaur somehow complains about RMW implementation not installed as nanosaur expects rmw_cyclonedds_cpp to be found.

default is currently fastrtps

I did sudo apt-get install -y ros-foxy-rmw-cyclonedds-cpp which made the simulation start but crashed afte a a view seconds

@vkuehn
Copy link
Author

vkuehn commented Jul 4, 2023

Meantime I can start the gazebo installation after running this

sudo apt install -y
ros-foxy-ign-ros2-control-demos libignition-gazebo6*
ros-foxy-gazebo ros-foxy-ign-gazebo ros-foxy-ign-gazebo
ros-foxy-gazebo-msgs ros-foxy-ros-ign-gazebo ros-foxy-rqt
ros-foxy-gazebo-ros2* ros-foxy-twist* ros-foxy-rviz2
ros-foxy-nav2-rviz-plugins ros-foxy-rmw-cyclonedds-cpp

very probably the docs need some install hints

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant