home.social

Search

8 results for “wentasah”

  1. Using #CARLA simulator with #ROS? My new package carla_camera_publisher allows viewing high-rate Full HD video of the simulation even if you run CARLA on a remote GPU server. It also allows running AD stack locally and in real-time, while the simulation is running remotely.

    github.com/wentasah/carla_came

  2. @wentasah My solution after same and / or similar problems:
    use the following in my
    configuration.nix
    file:
     
    services.printing.enable = true;
    services.printing.drivers = [pkgs.brlaser];

    with additionally the lines in the image below:

    Complete configuration.nix is listed here
    pastebin.com/SCNv2c3h
    see lines 78-158

    feedback welcome !!

  3. The biggest PR (112 commits) to #nix #ROS overlay just merged.🎉 Fixes 186 ROS packages for compatibility with CMake 4 and GCC 15. Many fixes submitted upstream. github.com/lopsided98/nix-ros-

  4. The biggest PR (112 commits) to #nix #ROS overlay just merged.🎉 Fixes 186 ROS packages for compatibility with CMake 4 and GCC 15. Many fixes submitted upstream. github.com/lopsided98/nix-ros-

  5. The biggest PR (112 commits) to #nix #ROS overlay just merged.🎉 Fixes 186 ROS packages for compatibility with CMake 4 and GCC 15. Many fixes submitted upstream. github.com/lopsided98/nix-ros-

  6. The biggest PR (112 commits) to overlay just merged.🎉 Fixes 186 ROS packages for compatibility with CMake 4 and GCC 15. Many fixes submitted upstream. github.com/lopsided98/nix-ros-

  7. Next week will be a Con week. I'll start at #RosCon in Denmark and then continue to #NixCon in Berlin. Will I meet anybody there?

  8. Do you develop #ROS 2 applications in #Rust with #r2r? In the new release, you can enjoy simplified parameter handling via #[derive(RosParams)] macro. AFAIK this is the easiest way to work with ROS parameters ever. github.com/sequenceplanner/r2r