ezragblock

Results 10 comments of ezragblock

> Hi, I am trying to install feature/color branch and I have trouble with building. > > ``` > Errors /home/imagingtre/catkin_ws/build/esim_ros/setup_custom_pythonpath.sh: 5: exec: /home/imagingtre/catkin_ws/src/rpg_esim/event_camera_simulator/esim_ros/cfg/example_color.cfg: Permission denied > make[2]: *** [/home/imagingtre/catkin_ws/devel/.private/esim_ros/include/esim_ros/example_colorConfig.h]...

Did you guys find a solution?

If anyone runs into that issue too, you need to switch example_color.ctg contents with this: #!/usr/bin/env python PACKAGE = "esim_ros" from dynamic_reconfigure.parameter_generator_catkin import * gen = ParameterGenerator() # add parameters...

I'm facing a similar problem, but when I rename it or move it to a different place i get an error: Errors

I wrote the command: source ~/sim_ws/devel/setup.bash and it worked

I added it to the workspace main directory.

I did it in the sim_ws directory.

I'm working with esim too, yes. I tried to do the color esim but it failed. It's full of bugs. If you are working with the color feature and manage...

Ah. I'm working on object tracking.

There're many things to extract events from rosbag. On Fri, May 10, 2024, 8:56 AM Muhammed Furkan Doğan < ***@***.***> wrote: > Do you know how i can process the...