python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Calling external ROS service from C++ code
How can I call a ROS-service that was neither written nor published by me from within C++ code?
I see the service listed when using rosservice list, which shows me
and I can call it easily by using r...

marc wellman
Votes: 0
Answers: 0
Bash doesn't interpet \x20 as a space in directory path
I am trying to convert a systemd service to sysvinit, while trying to run the following service named mullvad-vpn;
#!/bin/sh
.....
. /lib/lsb/init-functions
prog=mullvad-daemon
PIDFILE=/var/run/$prog...
localdegen
Votes: 0
Answers: 1
Consuming SOAP service with NET 6 Blazor WASM - Error in ServiceModel.BasicHttpBinding
I'm working with Blazor WebAssembly in Net 6, trying to consume a web service SOAP.
The Blazor app is configure to HTTPs, but the SOAP service no.
In the Reference.cs, there is a line where crash with...
miketromba
Votes: 0
Answers: 0
Imported service is always null
I have the following service imported in my component and somehow it is always null.
This is my appModule:
import { HttpClientModule } from '@angular/common/http';
import { NgModule } from '@angular/c...
SoulFly
Votes: 0
Answers: 2