vineet131
vineet131
Just wanted to add that I am getting the same error. Furthermore, if you change `comments` to `comment` then now the error becomes: ```bash File "/home//git_clones/ros2-support/scripts/catkin-to-ament.py", line 235, in port...
Okay. To correct the issue: L127 in `parsing.py` ```python cmd = Command(name=command_name, body=[], comment=[]) ``` L142 in `parsing.py` ```python cmd.comment.append(c) ```
Hello, what's the status on this? It's really annoying when I want to search for a comic by number but it doesn't show up
Hello, Thank you very much for this PR! I just tested it today on my Pi 3B with 64 bit Raspi OS and Waveshare 1.3" LCD and I can confirm...
I am also having a problem generating the bindings of the latest build. If you don't need the latest build, then just clone the repo from the `v1.5.1` tag
Hi maintainers and author @nakai-omer Are there any other changes that are needed to be made on this branch? Can it be merged so we can have the option for...
> @vineet131 From my point of view, it can be merged, it is working for us with ROS2 Humble. Thank you! So maintainers @axelfurlan and @trigal can we have this...
Hello authors @JackFrost67 @axelfurlan @trigal @iralab Once again I wanted to ask if this PR can be accepted so that ROS2 upstream support for this repo can be obtained. It...
@pbouffard Did you get a chance to try this? This would be a really useful change. Because I have multiple tabs from multiple files opened, and its a bit complicated...
For anyone reading this in the future: I found the answer with a little googling. Basically, I am using ROS and I cannot update my CMake directly, so my CMake...