Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Get IntRoLab image from the website * Migrate turtlebot3_beam_description * Migrate opentera_webrtc_ros_msgs * Refactor migration for turtlebot3_beam_description based on upstream to fix missing xacro find_package * Migrate opentera_protobuf_messages * Migrate map_image_generator to ROS2 and tf2 * Remove deprecated option in clang-format config making the config invalid with clang-format 18 (used by VSCode clangd) * Use const& to shared ptrs in callbacks * Migrate face_cropping to ROS2 (not yet tested) * Fixes for face_cropping and map_image_generator * Migrate opentera_webrtc_ros to ROS2 * Migrate opentera_client_ros * Migrate robot_gui * Migrate demos * Migrate launch files and other fixes * Fix bugs, support Humble and dedicated message packages * Migrate remaining Python nodes, fix frontend installation * Remove synchronous service calls in callbacks for Cpp nodes: could cause deadlocks * Try adding a ros spin to a Qt Python node * Remove synchronous service calls in callbacks in Python nodes * Fix python nodes shutdown * Update opentera-webrtc-teleop-frontend * Fix ros spin in a thread * Fix freeze in webrtc video stream due to integer overflow in timestamps * Fix face_cropping * Migrate URDF to ROS2, and cleanup unused copies of stuff from the original turtlebot3_description repo * Fix launch files for simulation in ROS2 * Fix labels and goal managers, and their navigation system * Fix robot status showing interface name and stuff instead of just network SSID * Better robot gui Qt/ROS spinning * Update opentera-webrtc and the teleop frontend. Support symlink-installs for the signaling server, and add missing WebRTC callbacks * Fix model_viewer launch file and rviz config * Fix odometry_source in Gazebo URDF being an integer now * Move back to xml launch files: the set_parameter option exists in xml! Remove unused launch files, and remove shell scripts to start the signaling server (replace with new launch file facilities) * Update opentera-webrtc for better Ctrl-C of signaling server * Fix: remove start_signalling_server scripts from CMake installation * Fix termination errors in map_image_generator * Fix stuff * Fix global path not displayed on web interface, and a few other problems * Fix more launch file stuff and cleanup * Partial fix for OpenTeraEvent not published in offline mode: rework GUI so that it works without these events * Move OpenTeraEvent stuff to PeerStatus permanently * More fixes in launch files and rtabmap services and stuff * Try fix CI * WIP CI * WIP CI * WIP CI * WIP CI * WIP CI * Try CI without sequential executor * WIP CI * WIP CI --------- Co-authored-by: Marc-Antoine Maheux <[email protected]>
- Loading branch information