https://wiki.ros.org/rqt_plot Follow the setps on it! 😉
Author: sbradmin
ROS: add IMU WT901B (12 of …)
Install pigpio: Follow instructions in: https://abyz.me.uk/rpi/pigpio/download.html Install EigenDense: Install ros-sensor_msgs_ext: ROS web page for IMU sensors: http://wiki.ros.org/Sensors/Pose%20Estimation http://wiki.ros.org/Sensors#Pose_Estimation_.28GPS.2FIMU.29 Install mpu9250 ros driver node: Clone repository to your catkin_ws/src/ Launch the node WIT repositories: git clone https://github.com/Rophier/WIT-IMU.git git clone https://github.com/yowlings/wit_node sudo apt install ros-noetic-ecl-* sudo apt install ros-noetic-geometry2 Install IMU-tools for get correct orientation Install complementary…
ROS: install SLAM and SLAM Toolbox
Install SLAM Install SLAM ToolBox: Copy configuration files in our catkin_ws folder: Save your map: Open you map: Convert the Map into png Format To convert the map to a png image file, you can use imagemagick.
ROS: add msg and tf graphs for debugging
Messages graphs: Show the messages graph: TF graphs: Install: Run the view tf2: Run in tf: In case of error “cannot use a string pattern on a bytes-like object”: Then modify the code in the VIM edit that opens To view the dpf: Check is a Tf is being published: TFs for a SLAM two…
ROS: use TurtleBot3 robot simulator
Clone TurtleBot3 msgs: Clone TurtleBot3 repo: Set Turtlebot model: export TURTLEBOT3_MODEL=burger Add TurtleBot3 gazebo for simulation without a real robot:
Raspberry Pi: Install XRDP for RDP (remote desktop) from Windows
The best way to code and keep it fast, is passing files and folders in a graphic way Follow instructions: https://linuxize.com/post/how-to-install-xrdp-on-ubuntu-20-04/ Network rules for 192.168.3.0 network: Remove old not used packages: Select desktop for xrdp and TightVNC: Remove desktop:
Raspberry Pi: Install VS Code
https://www.golinuxcloud.com/install-visual-studio-code-ubuntu-22/
Raspberry PI: Add TightVNC server (it is better intall XRDP and forget about VNC)
Follow: https://serverspace.io/support/help/install-tightvnc-server-on-ubuntu-20-04/ https://linuxconfig.org/vnc-server-on-ubuntu-20-04-focal-fossa-linux $ nano ~/.vnc/xstartup Insert the following few lines and then save your changes and exit the file: By default, TightVNC does not have a daemon and does not turn on after a system reboot. To fix this, let’s create a new unit in systemd. Insert the following config there: Be sure to…
ROS: launch rviz (9 of …)
Install vriz tools