14.9 C
New York
Saturday, April 5, 2025
Home Blog

Kia & LG Electronics Associate to Showcase New PBV Ideas for Work & Play



Join each day information updates from CleanTechnica on e-mail. Or comply with us on Google Information!


  • Kia and LG Electronics cooperate to current idea fashions for cellular skilled and leisure areas primarily based on Kia’s Platform Past Cars (PBVs)
  • The PV5 Spielraum Studio idea for cellular work and the PV5 Spielraum Glow cabin idea for out of doors actions debut on the 2025 Seoul Mobility Present
  • Kia and LG are collaborating to launch the idea fashions within the second half of 2026

Kia Company and LG Electronics at the moment introduced a partnership to collaborate on the implementation of mobility area options primarily based on PBV (Platform Past Car) know-how.

The businesses signed a Memorandum of Understanding (MOU) on the Kia pavilion on the 2025 Seoul Mobility Present, held at KINTEX in Goyang, South Korea, and unveiled idea fashions for cellular work and leisure areas that incorporate superior dwelling home equipment into Kia’s PBVs.

The MOU signing ceremony was attended by Gained-Jeong Jeong, Government Vice President and Head of Korea Enterprise Division at Kia, and Lyu Jae-cheol, president of the LG House Equipment Answer Firm.

The settlement brings collectively Kia’s PBV know-how and LG’s experience in AI options. The businesses purpose to supply custom-made area experiences for customers, tailor-made to totally different existence and work wants, by integrating superior dwelling home equipment into PBVs. This may allow customers to remodel the automobile into a personalised workplace, studio, lounge, and many others.

“By providing mobility area options that mix cars with dwelling home equipment, we purpose to guide a transformative shift in prospects’ existence,” mentioned Gained-Jeong Jeong, Government Vice President and Head of Korea Enterprise Division at Kia. “This partnership with LG Electronics advances the core worth of PBVs, contributing to a brand new mobility paradigm the place autos evolve into personalised areas for dwelling and dealing.”

PV5 Spielraum ideas

Kia and LG are showcasing two PV5 Spielraum idea fashions on the Kia pavilion throughout the 2025 Seoul Mobility Present, held from April 4 to 13. The phrase ‘Spielraum’ — German for ‘play area’ — displays the idea of versatile mobility environments.

  • Spielraum Studio idea: The Spielraum Studio idea is geared toward solo entrepreneurs who journey ceaselessly, requiring each workspace and storage. It options LG’s AI-powered dwelling home equipment, resembling its modular Stylers[1], sensible mirrors, and occasional machines, that are built-in to optimize the PV5’s inside. The AI system can monitor the consumer’s enterprise schedule, calculate the remaining journey time to the vacation spot, and advocate equipment settings accordingly.
  • Spielraum Glow cabin idea: The Spielraum Glow cabin idea is designed to cater to the rising demand for automotive picnic experiences. It contains home equipment resembling fridges, lightwave ovens, and wine cellars, seamlessly supporting a variety of out of doors leisure actions. Every equipment has MoodUP™ panels[2] that regulate shade primarily based on the consumer’s preferences, offering a singular expertise.

The 2 corporations are working collectively to convey the idea fashions to market within the second half of 2026. With this settlement as a place to begin, additionally they plan to cooperate in creating superior dwelling home equipment and AI options that may streamline and improve on a regular basis duties.

[1] LG Styler is LG’s clothes care answer designed for garment caring, specializing in sanitization and deodorization via TrueSteam™ Expertise. It additionally reduces wrinkles with its shifting hanger and steam.

[2] The MoodUP panel is a characteristic in LG MoodUP™ fridges that enables customers to vary the colour of the door panel through LG ThinQ™ app, enabling the customization of colours to match the popular environment or temper.

Whether or not you could have solar energy or not, please full our newest solar energy survey.



Chip in just a few {dollars} a month to assist assist unbiased cleantech protection that helps to speed up the cleantech revolution!


Have a tip for CleanTechnica? Wish to promote? Wish to recommend a visitor for our CleanTech Speak podcast? Contact us right here.


Join our each day e-newsletter for 15 new cleantech tales a day. Or join our weekly one if each day is just too frequent.


Commercial



 


CleanTechnica makes use of affiliate hyperlinks. See our coverage right here.

CleanTechnica’s Remark Coverage




.NET 9 Maui WebView Embedded WebPage iOS Hyperlinks


Let me preface this by saying I used to be requested to take a look at this undertaking and I’ve basically two days to finish it and have not carried out any cell growth in years. I have been requested to construct a cell iOS utility that wraps certainly one of our different web sites. There’s a requirement that the hyperlinks throughout the nested webpage open throughout the utility and do not attempt to load into the default internet browser. I’ve tried subscribing to the OnNavigating and the OnNavigated occasions however it seems that nothing is occurring once I try this. It doesn’t matter what I attempt it seems that slightly black bar with the hyperlink textual content seems within the app however then disappears as soon as I click on wherever else.

[![Screenshot][1]][1]

That makes me assume that the hyperlink on the nested web page is attempting to open a brand new tab or browser (which is what it might do when displayed on Safari) however I can not appear to determine how you can catch this occasion so I can redirect the WebView supply. I’m utilizing the next code for my WebView. Please assist.


namespace Views;

public partial class HomePage : ContentPage
{
    public HomePage()
    {
        InitializeComponent();
        HomeWebView.Navigated += OnNavigated;
    }

    /// 
    /// WebView steps bakc one web page (like an online browser again button).
    /// 
    /// 
    /// 
    personal void OnBackButtonClicked(object sender, EventArgs args)
    {
        if (HomeWebView.CanGoBack)
        {
            HomeWebView.GoBack();
        }
       
    }

    /// 
    /// Redirects the online view to the primary MyApps web page.
    /// 
    /// 
    /// 
    personal void OnHomeButtonClicked(object sender, EventArgs args)
    {
        HomeWebView.Supply = "https://myapps.com";
    }

    /// 
    /// Routes the consumer to the about web page.
    /// 
    /// 
    /// 
    personal void OnAboutButtonClicked(object sender, EventArgs args)
    {
        Shell.Present.GoToAsync("//aboutPage");
    }

personal void OnNavigated(object sender, WebNavigatedEventArgs e)
    {
        //The next code modifications the goal of all of the hyperlinks in _self
        HomeWebView.EvaluateJavaScriptAsync(@"(operate() {
            var hyperlinks = doc.getElementsByTagName('a');
            for (var i = 0; i < hyperlinks.size; i++)
            {
                hyperlinks[i].setAttribute('goal', '_self');
            }
        })()");
    }

}


  [1]: https://i.sstatic.internet/UWBK5RED.png

Sanctuary AI exhibits how reinforcement studying can management hydraulic robotic fingers

0


Sanctuary AI exhibits how reinforcement studying can management hydraulic robotic fingers

Sanctuary AI’s proprietary robotic gripper is differentiated by a excessive variety of lively levels of freedom. | Supply: Sanctuary AI

Sanctuary AI this week launched a video demonstrating superior manipulation expertise with its hydraulic robotic fingers. The corporate stated it used dexterous insurance policies to coach the hand, which options energy, velocity, and a excessive diploma of freedom.

Many corporations have efficiently used reinforcement studying in simulation to be taught complicated insurance policies for quadruped robots. In distinction to locomotion, coaching and transferring dexterous manipulation insurance policies with five-fingered fingers have discovered restricted success.

The intricacies of robotic fingers make them difficult to code, Simulation and reinforcement studying (RL) methods supply a clearer path to reaching industrially related behaviors for manipulation, based on Sanctuary.

Within the video under, the firm demonstrates an in-hand reorientation coverage educated in simulation being executed in the true world and in opposition to gravity.

The coaching session goal was to create a coverage that permits the system to autonomously obtain a objective similar to greedy and turning a cylinder with out dropping it. Sanctuary stated its proprietary RL method has enabled in-hand reorientation underneath an excessive disturbance — a 500 g (17.6 oz.) load that was not encountered throughout coaching.

What makes this case completely different is the sturdy and dexterous hand {hardware} serves because the car for successfully conducting dexterous, bodily work, asserted the Vancouver, Canada-based firm.

Sanctuary collaborates with NVIDIA

Sanctuary AI famous that its proprietary robotic fingers have 21 lively levels of freedom (DoF), which allows finger abduction and superior in-hand manipulation. It additionally stated hydraulic actuation gives energy, velocity, and management, whereas the system’s compact hydraulic valves supply a promising path to reaching human-level dexterity.

In contrast, Boston Dynamics used hydraulic actuation in its earlier Atlas fashions however switched to electrical actuation when it determined to create a industrial mannequin.

The corporate makes use of NVIDIA Isaac Lab to simulate dexterity-focused coaching environments. Isaac Lab is an open-source, unified framework that permits the coaching of robotic insurance policies with high-fidelity simulation.

Constructed on NVIDIA Isaac Sim, Isaac Lab makes use of PhysX for physics simulation and RTX rendering to bridge the hole between simulation and perception-based robotic coaching. This may help researchers and builders construct autonomous robots extra effectively, based on Sanctuary AI.

Based in 2018, Sanctuary Cognitive Programs Corp. has been acknowledged as a frontrunner in mental property round general-purpose robots and embodied synthetic intelligence. Morgan Stanley not too long ago ranked it third globally for printed U.S. patents.

Sanctuary unveiled the newest iteration of its Phoenix robots final 12 months and raised funding, bringing its complete to $140 million.


SITE AD for the 2025 Robotics Summit registration.
Register now so you do not miss out!


GitHub Copilot provides agent mode, MCP help in newest launch


A brand new model of GitHub Copilot has simply begun rolling out to customers, including numerous new capabilities, such because the addition of agent mode to VS Code. 

With agent mode, Copilot can iterate throughout a whole venture, suggesting terminal instructions, analyzing run-time errors, and extra. “With easy prompts, agent mode takes Copilot past answering a query, as an alternative finishing all vital subtasks throughout routinely recognized or generated information to make sure your main purpose is achieved,” the corporate’s CEO Thomas Dohmke wrote in a weblog publish

For instance, GitHub printed a demo video by which a developer must replace an internet site for runners that permits them to type races by title, distance, and time. Upon receiving the request, Copilot analyzes the positioning to find out what must be modified, then begins by updating the backend and the UI, then producing unit checks for each, earlier than handing it again over to the consumer to run these checks. 

Agent mode can make the most of Claude 3.5 and three.7 Sonnet, Google Gemini 2.0 Flash, or OpenAI GPT-4o. It was first launched to VS Code Insiders in February, and is now starting to roll out to all VS Code customers, and the rollout needs to be full in just a few weeks.

The corporate additionally introduced a public preview for Mannequin Content material Protocol (MCP) help in agent mode. MCP is an open normal for connecting information sources to AI instruments, and including it to agent mode will allow Copilot to make use of completely different instruments to deal with completely different duties, similar to understanding database schema or querying the online. 

For instance, asking Copilot to “replace my GitHub profile to incorporate the title of the PR that was assigned to me yesterday” would immediate the agent to take that request and the checklist of all out there MCP instruments and ask an LLM what it ought to do subsequent primarily based on that data. 

“The GitHub native MCP server equips agent mode with compelling capabilities similar to looking out throughout repositories and code, managing points and creating PRs – turning agent mode into a strong consumer of the GitHub platform,” Dohmke wrote. 

And at last, after including help for different AI fashions like Anthropic’s Claude 3.5 Sonnet and Google’s Gemini 1.5 Professional, GitHub is now saying that requests to fashions apart from Copilot’s base mannequin (GPT-4o) will likely be thought-about premium requests and topic to limits, after having been limitless thus far. 

All of GitHub’s paid plans will nonetheless supply limitless requests for agent mode, context-driven chat, and code completions for the bottom mannequin. Beginning in Might, Copilot Professional and Copilot Enterprise prospects will obtain 300 month-to-month premium requests and Copilot Enterprise prospects will obtain 1000 month-to-month premium requests. The corporate can be including a brand new Professional+ plan that offers 1500 month-to-month premium requests. 

If a buyer desires to transcend their month-to-month allotment, there’s a pay-as-you-go construction, beginning at $0.04 per further premium request. 

Haply Robotics to supply its haptic controller with PickNik’s MoveItPro

0


Haply Robotics to supply its haptic controller with PickNik’s MoveItPro

Haply Robotics’ Inverse3 system permits operators to govern robots whereas receiving real-time power suggestions. | Supply: PickNik Robotics

PickNik Robotics this week stated it has partnered with Haply Robotics to carry Haply’s responsive Inverse3 haptic controller into the MoveIt Professional developer platform. The result’s a extra intuitive and responsive technique to work together with and teleoperate robotic arms in dynamic environments.

“We see haptics not simply as a technique to management robots, however as a technique to educate them,” acknowledged Colin Gallacher, CEO of Haply Robotics. “By integrating Inverse3 with MoveIt Professional, builders can now collect coaching information with precision and intent. It’s a robust software for constructing clever, adaptive robotic methods.”

The Inverse3 is a light-weight, high-fidelity haptic system to let operators instantly manipulate robots whereas receiving real-time power suggestions. This tactile interface doesn’t simply make teleoperation really feel extra pure—it additionally opens new doorways for machine studying, PickNik stated.

Now, with MoveIt Professional and Inverse3, builders can generate high-quality coaching information for robotic studying pipelines, in keeping with the firm. This contains capturing actual human movement trajectories, grasp methods, and corrective behaviors in actual time.

The companions stated they are going to carry builders one step nearer to a extra intuitive, responsive, and teachable type of human-robot collaboration. By merging the bodily suggestions of the Inverse3 with the planning intelligence of MoveIt Professional, PickNik goals to provide customers a brand new interface for each controlling and coaching robotic methods.

Based in 2015 for the Amazon Selecting Problem, PickNik Robotics has developed software program to assist enhance precision and effectivity in industries starting from aerospace to development and logistics. The Boulder, Colo.-based firm can be energetic within the open-source Robotic Working System (ROS) neighborhood.

Inverse3 makes MoveIt Professional extra intuitive

PickNik Robotics stated it constructed MoveIt Professional to provide builders and operators sturdy instruments for distant robotic manipulation over an area community, the open Web, or satellite tv for pc hyperlinks. With options like browser-based teleoperation, supervised autonomy, and built-in movement planning, the corporate claimed that it permits secure and environment friendly management, even in constrained or high-latency environments.

Amongst Inverse3’s upgrades, customers can now extra simply management the robotic’s interplay with the surroundings and modify trajectories on the fly. They will additionally preserve tight management over complicated duties, irrespective of how distant the robotic is, stated PickNik.

“From the primary time I attempted the Inverse3, it was clear this controller had the potential to enhance how people present teleop help to robots,” stated Dr. Dave Coleman, chief product officer at PickNik Robotics. “It’s extremely intuitive, responsive, and an ideal match for our imaginative and prescient of human-in-the-loop autonomy. We’re thrilled to carry this to MoveIt Professional customers.”

The mix of Inverse3 and MoveIt Professional is designed to function robots for a variety of functions. These embody nuclear  upkeep, orbital inspection, underwater infrastructure, or surgical analysis and growth. Its capabilities embody:

  • Tactile teleoperation: Actual-time power suggestions helps operators preserve precision in unsure, dynamic environments.
  • Hybrid autonomy: Operators can use supervised autonomy to preview, modify, and approve robotic choices with the steerage of haptic enter.
  • Simple deployment: No thick consumer or high-end workstation is required—run every little thing from an online browser, even over 4G, 5G, or low-bandwidth hyperlinks, stated PickNik.

See PickNik on the Robotics Summit

To be taught extra about PickNik Robotics, go to the corporate on the 2025 Robotics Summit & Expo on the Boston Conference and Exhibition Heart from April 30 to Might 1. The corporate can be at Sales space 442 on the present flooring.

The Robotics Summit will carry collectively greater than 5,000 attendees targeted on constructing robots for varied industrial industries. Attendees can acquire insights into the most recent enabling applied sciences, engineering finest practices, rising traits, and extra.

The present could have greater than 50 instructional classes in tracks on AI, design and growth, enabling applied sciences, healthcare, and logistics. The Engineering Theater on the present flooring may also function displays by business consultants.

The expo corridor could have over 200 exhibitors showcasing the most recent enabling applied sciences, merchandise, and companies that may assist robotics engineers all through their growth journeys.

The Robotics Summit additionally provides quite a few networking alternatives, a Profession Honest, a robotics growth problem, the RBR50 Robotics Innovation Awards Gala, and extra.

Co-located with the occasion is DeviceTalks Boston, the premier occasion for medical know-how professionals, presently in its tenth 12 months. Each occasions entice engineering and enterprise professionals from a broad vary of healthcare and medical know-how backgrounds.

Registration is now open.