Lior Lustgarten

Results 7 comments of Lior Lustgarten

@MikeWise2718 From what I remember it was a red herring that was caused by a binary mismatch on my local system. It wasn't reproducible in build pipelines or other user's...

Hi @ChrisThrasher, Moveit CI for Windows would be great! There's definitely precedent for Windows ROS 2 CI. The Github action is likely the best place to start: https://github.com/ros-tooling/action-ros-ci

Hi @tangguotongling, This is a known breaking change between the Noetic tutorials and the current Noetic on Windows release for moveit. We have work planned to fix it. Did the...

Hi @tangguotongling, Could you try deleting your moveit workspace and going through the instructions again now?

The same issue was observed for control_msgs and eigen_stl_containers

Hello @tangguotongling, I tried running the demo on the latest tutorial and was able to see this same behavior by omitting `rviz_tutorial:=true` from the command. Could you try running `...

C:\opt\ros\melodic\x64\include\visualization_msgs/Marker.h(132): error C2059: syntax error: 'constant' I looked into the above error and the issue originates in C:\ws_moveit\src\moveit_tutorials\doc\perception_pipeline\src\cylinder_segment.cpp A file which included the window.h header (pcl) was included before a...