-
I am trying to run `Build the code in the workspace` from https://docs.ros.org/en/eloquent/Installation/Linux-Development-Setup.html#id7 and getting such an error. I am using Ubuntu 18.04.5 LTS and ha…
-
After updating colcon to latest releases I observed the following:
```bash
colcon build --merge-install
[1.454s] WARNING:colcon.colcon_core.verb:Some selected packages are already built in one or…
-
[In this PR](https://github.com/ros-tooling/rosbag2_storage_mcap/pull/27/files), I'm adding a `vendor` folder that contains some git submodules. I want to prevent the ament_lint_auto linters from runn…
-
current version: Uncrustify-0.74.0
source commit: e8564e37a28150eafabd6a74d03c13cb4efb2417
Option: at e:\work\coding\beethoven\tools\ttt.cfg:1182: Expected number , for 'indent_shift'; got 'false'…
-
$ uncrustify -v
Uncrustify_d-4dbe0768
$ cat p.cfg
nl_func_var_def_blk = 1
$ cat p.c
void g () {
h();
int x;
return;
{
h();
int x;
return;
}
}
$ uncru…
-
$ uncrustify -v
Uncrustify_d-4dbe0768
$ cat p.cfg
nl_var_def_blk_start = 1
$ cat p.c
void g () {
h();
int x;
return;
{
h();
int x;
return;
}
}
$ uncr…
-
- Uncrustify-0.68
indent_class = true
align_assign_span = 1
Input
```
class A
{
public:
virtual void f1( int a, int b, int c ) = 0;
virtual void f2( int* ptr = nullptr ) = 0;
};
`…
-
## Information
**VIM version**
:version
VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Apr 21 2022 00:23:54)
Included patches: 1-4793
.vimrc file [here](https://github.com/s-marios/dotfiles/blo…
-
Please describe your issue here. Try to be as specific as possible.
I attempted to configure and build third party libraries by using darwin-clang.cmake file. But the result is configuration incomp…
-
## Issue template
- Hardware description: olimex-stm32-e407
- RTOS: FreeRTOS
- Installation type: MICRO_ROS_SETUP
- Version or commit hash: Foxy
#### Steps to reproduce the issue
I'm trying …