Tutorial to control the Create 3 robot using ROS 2 #412
Replies: 2 comments 3 replies
-
Did you install the package?
We have developed a tutorial for ROS 2 beginners that will guide you from the basic concept and CLI control to write simple python applications. You can also find Python and C++ examples in the official ROS 2 tutorial https://docs.ros.org/en/humble/Tutorials.html |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How are you connecting to your Create 3?
Wi-Fi (ROS 2)
Computer(s) Model(s) and Operating System(s)
Lenovo laptop (Intel i7) , Ubuntu 22.04
Which version of ROS 2 is installed on your computer?
Humble
Which firmware version is installed on your robot?
G4.5
Which RMW is your robot running?
FastRTPS
Does your robot have an assigned namespace? If so, please share.
No
Is the robot connected to a network? If so, what is the network type?
WIFI 2.4GHZ
Are there multiple Create 3 robots connected to your network?
No
Is multicast enabled?
None
What is the Adapter Board's USB/BLE Toggle currently switched to?
Bluetooth (default)
Describe your question.
Hello friends , a beginner's questions :(
Im a SW engineer, I got a brand-new robot and start playing with it
I aim to have the ability to program the iRobot (Python or CPP) through ROS2/WIFI. i.e. Single Host/Single Robot.
I was able to gain initial control of the robot using a few cli commands over my Home WIFI net . For example :
ros2 topic pub -r 20 /cmd_vel geometry_msgs/msg/Twist "{linear: {x: 0.2, y: 0.0, z: 0.0}, angular: {x: 0.0, y: 0.0, z: 0.0}}"
My questions :
Note: Without BT , Using only the HUMBLE ROS2 (Over 2.4GHZ WIFI) for communication between the laptop computer to the Robot
Thank you in advanced.
Yoram Ben-Haim
Beta Was this translation helpful? Give feedback.
All reactions