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
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 simulationstill
nanosaur simulation runfails 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-cppwhich made the simulation start but crashed afte a a view seconds