Open youliangtan opened 2 years ago
I manage to fix this compilation error, by replacing the build/catkin_ws/src/rosconsole
pkg with your forked version of rosconsole
.
https://github.com/lucasw/rosconsole , branch concise_output_roso
. I think it will be nice if we can mention this error in the original ros/rosconsole
repo, or even open a PR to upstream.
There is an issue and pr in rosconsole already: https://github.com/ros/rosconsole/issues/50
Hi, new to this and I probably don't know what I'm doing 50% of the time. I encountered the same error but I tried replacing the ros/rosconsole folder with the forked version and command the build.sh again but it's still the same.
I tried replacing the ros/rosconsole folder with the forked version and command the build.sh again but it's still the same.
Was that after doing vcs import --shallow < base_repos.yaml
? That base_repos.yaml already points to the concise_output_roso version.
https://github.com/lucasw/ros_from_src/blob/core/ubuntu_2204/base_repos.yaml#L440-L443
@mgrallos are you building on 22.04 and following this 22.04 readme, and are in the core
branch on ros_from_src?
I noticed this repo while trying to install noetic on ubuntu 22.04. However, when first trying out this repo, Iam getting a compilation from
rosconsole
,error shown as below. This is tested on a fresh new 22.04 PC.