A 4 wheel autonomous robot with visual navigation by Intel RealSense D435i.
- Intel RealSense Depth Camera D435i
- SunFounder Smart Video Car Kit V2.0/SunFounder PiCar V
- Raspberry Pi 3 model B+
- SONY DUALSHOCK 4 Wireless Controller for PS4
- Ubuntu 18.04 LTS
- ROS Melodic
source /opt/ros/$ROS_DISTRO/setup.bash
mkdir -p ~/catkin_ws/src
cd ~/catkin_ws/
catkin_make
source devel/setup.bash
cd ~/git
git clone https://github.com/shijq23/terabot.git
cd ~/catkin_ws/src
ln -s ~/git/terabot/tarabot_control
ln -s ~/git/terabot/terabot_description
ln -s ~/git/terabot/terabot_gazebo
cd ~/catkin_ws
catkin make
source devel/setup.bash
roslaunch terabot_gazebo terabot_world.launch
rostopic pub -1 /terabot/leftWheel_effort_controller/command std_msgs/Float64 "data: 11.5"
rostopic pub -1 /terabot/rightWheel_effort_controller/command std_msgs/Float64 "data: 11.0"
rostopic echo /terabot/joint_states
rosrun turtlebot3_teleop turtlebot3_teleop_key cmd_vel:=/terabot/cmd_vel
roslaunch terabot_gazebo teleop_key.launch
rosrun image_view image_view image:=/terabot/camera1/image_raw
rosrun tf view_frames
rosrun tf view_monitor
roswtf
rosrun rqt_tf_tree rqt_tf_tree
rqt_graph
sudo nmap -sP 192.168.2.1/24 | awk '/^Nmap/{ip=$NF}/B8:27:EB/{print ip}'
rosrun rqt_gui rqt_gui
rosrun rqt_reconfigure rqt_reconfigure
sudo apt-get install python-smbus i2c-tools sudo apt-get install libi2c-dev
in rviz, add InteractiveMarkers, select Update topic: /twist_marker_server/update