Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Undo unnecessary changes.
Signed-off-by: Jelmer de Wolde <[email protected]>
  • Loading branch information
Jelmerdw committed Oct 16, 2025
commit afc13658b01066c6d93cfd2759a4f69858964ffa
2 changes: 1 addition & 1 deletion dockerfiles/install_scripts/dev_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ source /home/$UNAME/.bashrc
apt update

apt install -y \
ros-$ROS_DISTRO-nmea-navsat-driver
ros-$ROS_DISTRO-nmea-navsat-driver
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ dependencies = [
"mashumaro>=3.16",
"myst-parser>=4.0.1",
"numpy<2.0",
"opencv-python>=4.11.0.86",
"pillow>=11.3.0",
"pre-commit>=4.2.0",
"psutil>=7.0.0",
Expand All @@ -43,9 +44,9 @@ dependencies = [
"tornado>=6.5.1",
"transforms3d>=0.4.2",
"waitress>=3.0.2",
"xmltodict>=1.0.2",
"pandas>=2.2.0",
"trimesh>=4.8.2",
"xmltodict>=1.0.2",
]

[dependency-groups]
Expand Down
14 changes: 3 additions & 11 deletions ros2_ws/src/rcdt_launch/rcdt_launch/rviz.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,18 +214,10 @@ def add_markers(topic: str = "/rviz_markers") -> None:
"""
Rviz.displays.append(
{
"Class": "rviz_default_plugins/MarkerArray",
"Enabled": True,
"Name": "MarkerArray",
"Namespaces": {}, # RViz fills this dynamically
"Topic": {
"Depth": 5,
"Durability Policy": "Volatile",
"History Policy": "Keep Last",
"Reliability Policy": "Reliable",
"Value": topic,
},
"Value": True,
"Class": "rviz_default_plugins/MarkerArray",
"Name": topic,
"Topic": {"Value": topic},
}
)

Expand Down
14 changes: 8 additions & 6 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.