-
Notifications
You must be signed in to change notification settings - Fork 12
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
No movement or action #13
Comments
Hello Hoda, can you share the mosquitto_pub commands that you are running ? |
Hi @miguelgarcia |
@Flugel666 No I couldn't, it doesn't work :( |
@HodaSadatJafari I was able to run two of the three mosquitto commands! I am running without docker now because I also get errors when running with docker. The error message I posted earlier seems irrelevant. I was able to run it on my Ubuntu system after modifying a few config files related to |
Hi,
I am trying to run TB3 adapter according to the README. I run simulation environment and attached two terminals to the development container. In one I am running the following commands:
colcon build && source install/setup.bash ros2 topic pub -1 --qos-reliability reliable /initialpose geometry_msgs/PoseWithCovarianceStamped \ "{header: {frame_id: map}, pose: {pose: {position: {x: -2.1, y: -0.5, z: 0.0}, orientation: {x: 0.0, y: 0.0, z: 0, w: 1.0000000}}, covariance: [0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.06853891945200942]}}" ros2 launch vda5050_tb3_adapter connector_tb3.launch.py
and in another I am running sample commands with mosquitto_pub. I can see both Gazebo and RViz windows and the robot is on the initial position.
![image](https://private-user-images.githubusercontent.com/13479916/367658863-cc8c4fbc-2480-4428-896e-e7641eb99ca0.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwNTU1OTgsIm5iZiI6MTczOTA1NTI5OCwicGF0aCI6Ii8xMzQ3OTkxNi8zNjc2NTg4NjMtY2M4YzRmYmMtMjQ4MC00NDI4LTg5NmUtZTc2NDFlYjk5Y2EwLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDIyNTQ1OFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTMwZmY3ZDg5Y2U0NTc5YmMwODBlYjFmNjI5MWI0OWJkNWM1YjEzMzFlZGNkNWJkZjU5NWQ0YjE5MzI2Nzc4M2UmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.h7TdBDjspxRxsRLIh84I1MZvYel5ItLWVhBG5IiJCPo)
But I don't see any movement or action after running the commands.
Can you help me? what is the problem?
Thanks
Hoda
The text was updated successfully, but these errors were encountered: