Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias-Fischer committed Jan 5, 2025
1 parent 911748d commit e3388a9
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 7 deletions.
File renamed without changes.
13 changes: 13 additions & 0 deletions patch/ros-noetic-rviz.patch
Original file line number Diff line number Diff line change
Expand Up @@ -140,3 +140,16 @@ index 7ffe26e1..c122ba98 100644

if (extension[0] == '.')
{
diff --git a/src/rviz/properties/enum_property.h b/src/rviz/properties/enum_property.h
index c3e5e873..5e29c425 100644
--- a/src/rviz/properties/enum_property.h
+++ b/src/rviz/properties/enum_property.h
@@ -43,7 +43,7 @@ namespace rviz
* option. The integer returned will be that passed to addOption()
* for with the string that is currently selected.
*/
-class EnumProperty : public StringProperty
+class RVIZ_EXPORT EnumProperty : public StringProperty
{
Q_OBJECT
public:
12 changes: 6 additions & 6 deletions pixi.lock

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

2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ git = "*"

[feature.beta.pypi-dependencies]
# This is tipically the latest commit on rattler-build-humble branch
vinca = { git ="https://github.com/RoboStack/vinca.git", rev = "ed00d8107489a820642f6cda578b09df5870a465" }
vinca = { git ="https://github.com/RoboStack/vinca.git", rev = "4f0e3abbe16e52304eb6cde6b5ab72882fc80486" }
# Uncomment this line to work with a local vinca for faster iteration, but remember to comment it back
# (and regenerate the pixi.lock) once you push the modified commit to the repo
#vinca = { path = "../vinca", editable = true }
Expand Down

0 comments on commit e3388a9

Please sign in to comment.