Operating System:
-Ubuntu 20.04 (replace with your actual OS)
Installation type:
Binaries
Version or commit hash:
ROS2 Foxy Fitzroy
DDS implementation:
Fast-RTPS (or whichever you are using)
Client library (if applicable):
rclcpp
Steps to reproduce issue
Setup ROS2 Foxy and Gazebo 11.
Launch the simulation using my custom robot URDF and launch files.
Run ros2 service list to list available services.
Command to list services
ros2 service list
Expected behavior
I expect to see /set_model_state and /SetEntityState services listed so that I can reset my robot's position during simulation., Now I don't have any way to reset my robot position
Actual behavior
Neither /set_model_state nor /SetEntityState services are available in the listed services. This prevents me from resetting the robot's position in the simulation.
Additional information
I've included Gazebo plugins in my URDF and my other topics and services seem to be functioning well.
this is myURDF robot core :
Bug report
Required Info:
Steps to reproduce issue
Setup ROS2 Foxy and Gazebo 11. Launch the simulation using my custom robot URDF and launch files. Run ros2 service list to list available services.
Command to list services
ros2 service list
Expected behavior
I expect to see /set_model_state and /SetEntityState services listed so that I can reset my robot's position during simulation., Now I don't have any way to reset my robot position
Actual behavior
Neither /set_model_state nor /SetEntityState services are available in the listed services. This prevents me from resetting the robot's position in the simulation.
Additional information
I've included Gazebo plugins in my URDF and my other topics and services seem to be functioning well. this is myURDF robot core :
and this my robot controller :